home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 31 / PC Actual CD 31.iso / dists / COMPAT20 / INSTALL.SH < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  1998-09-22  |  158 b   |  9 lines

  1. #!/bin/sh
  2. #
  3. if [ "`id -u`" != "0" ]; then
  4.     echo "Sorry, this must be done as root."
  5.     exit 1
  6. fi
  7. cat compat20.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
  8. exit 0
  9.